home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 30 / Amiga Format AFCD30 (Sep 1998, Issue 114).iso / -seriously_amiga- / sound / 8hzppc-wos / readme.development < prev   
Text File  |  1998-06-22  |  5KB  |  113 lines

  1. -----------------------------------------------------------Development----------
  2. Development information for 8hz-mp3.
  3.  
  4. Mon Jun  1 11:59:06 MET DST 1998
  5.  
  6. Contents
  7.     How to submit additions/alterations.
  8.         What will we put on our site.    
  9.     Requested Features.
  10.     Contributors so far.
  11.  
  12.  
  13. -----------------------------------------How to submit additions/alterations.---
  14.  
  15. To keep distribution of the encoder organized, we would like to make www.8hz.com
  16. the definate source of info and resoures. 
  17. We will Make pages with links to your particular project if you email
  18. us the URL and a description of the work you are doing. People interested 
  19. in helping you out can find you easily this way. 
  20. Any platform/system dependend additions/alterations we would like to receive 
  21. as '#ifdef-ed' parts in the code, to be able to compile the source easily for 
  22. other systems.
  23.  
  24. As diff files are difficult to use (everybody will probably start out with
  25. another source so changes are difficult to figure out if we only get the
  26. diff file...), so we'd like to receive emails with (complete) routines/files
  27. wich you've changed and a description thereof... 
  28. Be especially thorough in your description of the result of your code, as we 
  29. want to be able to understand quickly what you have added or changed. 
  30.  
  31.  
  32. Our goal is to create a package that will compile on (almost) any system,
  33. so if anybody feels like creating a 'config' script thingy or a multi-platfrom
  34. makefile...
  35.  
  36. As MS-Windows does not generally contain GCC or whatever, the 'configure'
  37. system will not work. There has to be some kind of 'standard' for the 
  38. project there. We prefer MS-VC 4.x for the development. And as every available
  39. C compiler in Windows uses it's own configuration and project files it will
  40. be easiest if we settle on one system, to make development on that system 
  41. straight forward. This goes for the encoder and for the frontend. 
  42. The windows encoder is currently a 32bit console app because this will enable
  43. VC4.x to compile the latest encoder source with allmost no problems...
  44. If anyboy needs our VC project file or some advice for porting to Windows,
  45. please drop us a line.
  46.  
  47. We envision the GUI's to be front-ends only, so please don't send us
  48. integrated GUI's, because we'd like to maintain platform-independency as much
  49. as is possible... The best way to facilitate this is to have a separate i
  50. (command line) encoder, wich isn't cluttered with system dependend GUI code. 
  51. This goes for the Windows GUI also, because many people have expressed that 
  52. they want to use a command line version. 
  53.  
  54.  
  55. -----------------------------------------What will we put on our site-----------
  56.  
  57. We'd like to maintain the source, if you'd like to port the encoder to a
  58. specific platform, please put the binary on your own site, due to space and
  59. bandwidth limitations we can't keep all binary versions on our site.
  60.  
  61. We will put the following stuff on www.8hz.com/mp3 :
  62. - The latest version of the encoder source and sources for the GUI's.
  63. - Binary versions for linux(ix86), FreeBSD(ix86) and MS-Windows.
  64. - Links to *your* binaries for other platforms.
  65. - Links to *your* frontends, with descriptions you emailed us and probably a
  66.   picture of the GUI.
  67. - A page dedicated to the development effort with any relevant information 
  68.   and tips/tricks *you* email us.
  69.   Of course links will be to where you have the source/binary available,
  70.   eg. your page, not just the binary itself.
  71. - Overviews of features added and changes made. 
  72. - The comments/requests page will stay online to make it easy for users of 
  73.   the software to express their wishes.
  74.   If you want to help out and do not know what to do, please keep an eye on 
  75.   that page.
  76. - We are busy in setting up a mailing list for the development of 8hz-mp3, so
  77.   expect to find more information on our site.
  78.  
  79. -----------------------------------------------------Requested Features.--------
  80.  
  81. Because lots of people have written to us with requests, we will note them here.
  82. - Support other audioformats as input.
  83. - Reading from stdin and writing to stdout.
  84. - Improvement of sound quality.
  85. - More speed. 
  86. - GUI's for all kinds of platforms. 
  87. - Less small and large bugs :)
  88.  
  89. -----------------------------------------Contributors so far--------------------
  90.  
  91. First mutilation of the ISO sources and initiators of this project.
  92.  
  93. alex@8hz.com   (A.R. v. Ballegooy)
  94. goran@8hz.com  (G. Dokic)
  95.  
  96. This is the list of contributors the documentation with the original 
  97. ISO sources gives. (These people know their stuff, Respect!)
  98.  
  99. Bill Aspromonte    Shaun Astarabadi    R. Bittner          Karlheinz Brandenburg
  100. W. Joseph Carter   Jack Chang          Mike Coleman        Johnathan Devine
  101. Ernst Eberlein     Dan Ellis           Peter Farrett       Jean-Georges Fritsch
  102. Vlad Fruchter      Hendrik Fuchs       Bernhard Grill      Amit Gulati
  103. Munsi Haque        Chuck Hsiao         Toshiyuki Ishino    Masahiro Iwadare
  104. Earl Jennings      James Johnston      Leon v.d. Kerkhof   Don Lee
  105. Mike Li            Yu-Tang Lin         Soren Neilsen       Simao F. Campos Neto
  106. Mark Paley         Davis Pan           Tan Ah Peng         Kevin Peterson
  107. Juan Pineda        Ernst F. Schroeder  Peter Siebert       Jens Spille
  108. Sam Stewart        Al Tabayoyon        Kathy Wang          Franz-Otto Witte
  109. Douglas Wong
  110.  
  111.  
  112. --------------------------------------------------------------------------------
  113.